home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 13
/
CD Expert nº 13 Earthworm Jim.7z
/
CD Expert nº 13 Earthworm Jim.bin
/
assets
/
theme1.bat
< prev
next >
Wrap
DOS Batch File
|
1996-01-11
|
6KB
|
220 lines
@echo off
REM **********
REM EARTHWORM JIM DESKTOP THEME
REM FOR MICROSOFT PLUS!
REM COPYRIGHT 1995 ACTIVISION
REM DO NOT DISTRIBUTE
REM DO NOT MODIFY
REM CREATED BY TIN GUERRERO
REM FRENCH VERSION
REM **********
REM ***** COMMAND LINE & PARAMETERS *****
REM The command line is deciphered as...
REM THEME action path
REM with a sample line that looks like...
REM THEME install C:\PROGRAM FILES\PLUS!\THEMES
REM ***** INSTALL OR UNINSTALL? *****
REM ** capture 2 parameters **
set action=%1
SHIFT
set path=%1
REM ** source of files **
set source=EWJTHEME
REM ** determine if install or uninstall **
if %action%==INSTALL goto install
if %action%==UNINSTALL goto uninstall
goto errorend
REM ***** INSTALL *****
:install
echo.
echo BIENVENUE.
echo.
echo Appuyez sur une toche pour INSTALLER les fichiers du Themè du
echo bureau Earthworm Jim sur votre disque dur. Ceci nécessite
echo environ 800Ko d'espace disque libre. Une fois l'installation
echo terminée, lancez le programme des Thèmes du bureau de Microsoft
echo PLUS! situé dans le Panneau de configuration et sélectionnez
echo EWJTHEME pour modifier votre bureau.
echo.
PAUSE
REM ** make EWJ directory in Plus! directory **
MD %path%\EWJ
REM ** Copy all files **
echo.
REM ** copying 2 animated icons **
echo ...copie des icônes
copy %source%\*.ani %path%\EWJ
REM ** copying 12 cursor files **
echo ...copie des curseurs
copy %source%\*.cur %path%\EWJ
REM ** copying 4 icon files **
echo ...copie des icônes
copy %source%\*.ico %path%\EWJ
REM ** copying 1 palette file **
echo ...copie de la palette
copy %source%\*.pal %path%
REM ** copying 16 wav files **
echo ...copie des sons
copy %source%\*.wav %path%\EWJ
REM ** copying 1 jpg file **
echo ...copie du fichier du bureau
copy %source%\*.jpg %path%
REM ** copying 1 theme file **
echo ...copie du fichier du thème
copy %source%\*.the %path%\*.theme
echo.
echo COPIE TERMINEE.
echo.
PAUSE
goto success
REM ***** INSTALL ERROR *****
:errorend
echo.
echo ERREUR!
echo.
echo Impossible de localiser le dossier de Microsoft
echo Plus! Vous avez besoin de Microsoft Plus! pour
echo installer et utiliser le Thème du bureau
echo Earthworm Jim.
echo.
PAUSE
goto end
REM ***** INSTALL SUCCESS *****
:success
echo.
echo GROOVY!
echo.
echo Vous êtes devenu un fier propriétaire du Thème du
echo bureau Earthworm Jim pour Microsoft Plus! Pour
echo l'installer sur votre bureau, lancez le programme
echo des Thèmes du bureau de Windows 95 et sèlectionnez
echo le thème "EWJTHEME".
echo.
PAUSE
goto end
REM ***** UNINSTALL *****
:uninstall
echo.
echo BIENVENUE.
echo.
echo Appuyez sur une touche pour SUPPRIMER tous les fichiers
echo du Thème du bureau Earthworm Jim installès. Ceci
echo libérera près de 800Ko sur le disque dur.
echo.
echo IMPORTANT: Aussitôt après avoir terminé de désinstaller
echo le Thème du bureau Earthworm Jim, lancez le programme
echo des Thèmes du bureau de Microsoft PLUS! situé dans le
echo Panneau de configuration et choisissez un nouveau
echo Thème du bureau.
echo.
PAUSE
REM ** DELETE ALL FILES **
echo.
REM ** delete 2 animated icons **
echo ...suppression des icônes
del %path%\EWJ\EWJ_DT07.ani
del %path%\EWJ\EWJ_DT08.ani
REM ** deleting 12 cursor files **
echo ...suppression des curseurs
del %path%\EWJ\EWJ_DT05.cur
del %path%\EWJ\EWJ_DT06.cur
del %path%\EWJ\EWJ_DT09.cur
del %path%\EWJ\EWJ_DT10.cur
del %path%\EWJ\EWJ_DT11.cur
del %path%\EWJ\EWJ_DT12.cur
del %path%\EWJ\EWJ_DT13.cur
del %path%\EWJ\EWJ_DT14.cur
del %path%\EWJ\EWJ_DT15.cur
del %path%\EWJ\EWJ_DT16.cur
del %path%\EWJ\EWJ_DT17.cur
del %path%\EWJ\EWJ_DT18.cur
REM ** deleting 4 icon files **
echo ...supression des icônes
del %path%\EWJ\EWJ_DT01.ico
del %path%\EWJ\EWJ_DT02.ico
del %path%\EWJ\EWJ_DT03.ico
del %path%\EWJ\EWJ_DT04.ico
REM ** deleting 1 palette file **
echo ...supression de la palette
del %path%\EWJ_DT19.pal
REM ** deleting 16 wav files **
echo ...supression des sons
del %path%\EWJ\EWJ_DT21.wav
del %path%\EWJ\EWJ_DT22.wav
del %path%\EWJ\EWJ_DT23.wav
del %path%\EWJ\EWJ_DT24.wav
del %path%\EWJ\EWJ_DT25.wav
del %path%\EWJ\EWJ_DT26.wav
del %path%\EWJ\EWJ_DT27.wav
del %path%\EWJ\EWJ_DT28.wav
del %path%\EWJ\EWJ_DT29.wav
del %path%\EWJ\EWJ_DT30.wav
del %path%\EWJ\EWJ_DT31.wav
del %path%\EWJ\EWJ_DT32.wav
del %path%\EWJ\EWJ_DT33.wav
del %path%\EWJ\EWJ_DT34.wav
del %path%\EWJ\EWJ_DT35.wav
del %path%\EWJ\EWJ_DT36.wav
REM ** deleting 1 jpg file **
echo ...supression du fichier du bureau
del %path%\EWJ_DT19.jpg
REM ** deleting 1 theme file **
echo ...supression du fichier de thème
del %path%\EWJTHEME.theme
REM ** delete the EWJ directory in the Plus! directory **
RD %path%\EWJ
echo.
PAUSE
if exist %path%\EWJ\nul goto uninstallfail
echo.
echo LE THEME DU BUREAU EARTHWORM JIM EST MAINTENANT DESINSTALLE.
echo.
echo IMPORTANT: Lancez le programme des Thèmes du bureau de
echo Microsoft PLUS! situé dans le Panneau de configuration et
echo choisissez un nouveau Thème du bureau.
echo.
PAUSE
goto end
:uninstallfail
echo.
echo ERREUR EN COURS DE DESINSTALLATION. LE BUREAU EARTHWORM
echo JIM N'A PAS ETE DESINSTALLE. REESSAYEZ OU EFFACEZ LES
echo FICHIERS MANUELLEMENT.
echo.
PAUSE
:end
REM **********
REM EARTHWORM JIM DESKTOP THEME
REM FOR MICROSOFT PLUS!
REM COPYRIGHT 1995 ACTIVISION
REM DO NOT DISTRIBUTE
REM DO NOT MODIFY
REM CREATED BY TIN GUERRERO
REM FRENCH VERSION
REM **********